You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.ArBurg Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.ArBurg Method

Modified covariance method for autoregressive parameter estimation.

Syntax
C#
Visual Basic
public static void ArBurg([In] TVec Src, int Order, [In] TVec A, [In] TVec K, out double E);

The AR parameter estimation is based on forward and backward prediction errors, and on direct estimation of of the reflection coefficients. Src contains the data on which the autoregressive parameter estimation (placed in A) should be based. Order defines the Order of the autoregressive process and K are the reflection coefficients. E is the prediction error. 

References:  

[1] Introduction To Spectral Analysis, Petre Stoica and Randolph Moses, Prentice-Hall, 1997, Page 120.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!